PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureElement Class / setID Method
A string designating this structure element.
In This Topic
    setID Method
    In This Topic
    Sets the ID of this structure element.
    The string shall be unique among all elements in the document's structure hierarchy.
    Syntax
    public void setID( 
       java.lang.String value
    )

    Parameters

    value
    A string designating this structure element.
    See Also